|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
TunnelGroup handles and manipulates IKE Tunnel Groups. More...
Public Member Functions | |
| string | getName () |
| Returns the Name for the tunnelgroup. More... | |
| void | setName (string) |
| Sets the name for the tunnelgroup. More... | |
| TunnelIpsecAttribute | getTunnelIpsecAtt () |
| Returns TunnelIpsecAttribute . More... | |
| void | setTunnelIpsecAtt (TunnelIpsecAttribute) |
| sets CTunnelIpsecAttribute. More... | |
| TunnelType | getType () |
| Return the tunnel type in enum eRemoteAccess = 0, eL2L = 1, eTunnelTypeNone = 2, eWebVpn = 3. More... | |
| string | getTypeString () |
| Return the tunnel type in string format. More... | |
| void | setType (TunnelType) |
| Set the tunnel type in enum. More... | |
| TunnelGeneralAttributes | getGeneralAttributes () |
| Returns TunnelGeneralAttributes . More... | |
| TunnelGeneralAttributes | createGeneralAttributes () |
| Create TunnelGeneralAttributes . More... | |
| void | removeGeneralAttributes () |
| Remove TunnelGeneralAttributes . More... | |
TunnelGroup handles and manipulates IKE Tunnel Groups.
| TunnelGeneralAttributes TunnelGroup::createGeneralAttributes | ( | ) |
Create TunnelGeneralAttributes .
| TunnelGeneralAttributes TunnelGroup::getGeneralAttributes | ( | ) |
Returns TunnelGeneralAttributes .
| string TunnelGroup::getName | ( | ) |
Returns the Name for the tunnelgroup.
| TunnelIpsecAttribute TunnelGroup::getTunnelIpsecAtt | ( | ) |
Returns TunnelIpsecAttribute .
| TunnelType TunnelGroup::getType | ( | ) |
Return the tunnel type in enum eRemoteAccess = 0, eL2L = 1, eTunnelTypeNone = 2, eWebVpn = 3.
| string TunnelGroup::getTypeString | ( | ) |
Return the tunnel type in string format.
| void TunnelGroup::removeGeneralAttributes | ( | ) |
Remove TunnelGeneralAttributes .
| void TunnelGroup::setName | ( | string | ) |
Sets the name for the tunnelgroup.
| string. |
| void TunnelGroup::setTunnelIpsecAtt | ( | TunnelIpsecAttribute | ) |
sets CTunnelIpsecAttribute.
| tunnelIpsecAtt,the | CTunnelIpsecAttribute object. |
| void TunnelGroup::setType | ( | TunnelType | ) |
Set the tunnel type in enum.
| type | eRemoteAccess = 0, eL2L = 1, eTunnelTypeNone = 2, eWebVpn = 3 |